home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / forms / vfwpw / read1st.txt < prev    next >
Encoding:
Text File  |  1995-08-01  |  5.6 KB  |  126 lines

  1.                                  
  2.               Visual Forms/WIN and PrintWorks Evaluation Copy
  3.  
  4.   Included on this disk are two demo programs - Visual Forms/WIN and
  5.   PrintWorks VBX.  Use these products independently or with each other.
  6.  
  7.  
  8.                     ***  Visual Forms/WIN (VFW)  ***
  9.  
  10.   Files include: DESIGN.EXE, PANE.VBX, DESIGN.HLP, DESIGN.ICO
  11.  
  12.   This is a fully functional program for creating base forms (static)
  13.   as well as positioning your data fields (variable) directly on those forms.  
  14.   The ability to create a Windows Metafile (WMF) and Template File (TF) 
  15.   are not available in this demo.  However, these features plus creating 
  16.   a WMF with a placeable header are available in the distributed version.  
  17.   Read the Help file (DESIGN.HLP) to understand how the program works 
  18.   before you get started.
  19.  
  20.   1. Read the section in the Help file on how to move, re-size and select
  21.      objects as well as actions for keyboard Keys.
  22.  
  23.   2. When adding multiple lines of text, press CTRL+ENTER after each line
  24.      unless you want the text to wordwrap.
  25.  
  26.   3. Create a new Font List or add additional fonts the DEFAULT font list
  27.      before adding new text objects.
  28.  
  29.   4. Clicking the Properties button on the toolbar toggles it on/off.
  30.  
  31.   5. Press CTRL+Left Mouse button to add another object to already 
  32.      selected objects.
  33.  
  34.   Using Visual Forms/WIN (VFW)
  35.  
  36.   Visual Forms/WIN is an interactive forms designer that creates complex 
  37.   base forms and documents that are saved as standard Windows metafiles. 
  38.   You can even load a BMP file of a form directly into VFW and simply 
  39.   position your data fields.  This is a quick and easy way to create 
  40.   base forms with data fields.  Then include them into your application 
  41.   using PrintWorks VBX. (See below). Or load a BMP of the form and draw 
  42.   directly on top of it as if it were on a light box - to be saved as a 
  43.   Windows metafile.  This eliminates measuring and guess work.  Import 
  44.   OCR or ASCII text files and format as left, right, centered or fully 
  45.   justified.  This saves time in adding large copy blocks such as 
  46.   instructions found on many forms. If you don't like the way a font 
  47.   looks, make a global change from one font for another with a click of 
  48.   the mouse.  Copy or repeat one or more objects to another location -- 
  49.   ideal for labels or sections of a form containing similar yet different 
  50.   attributes.  
  51.   
  52.   Template files (TF) that are created with VFW are used with PrintWorks. 
  53.   Template files contain all the necessary information for your data 
  54.   fields - Xpos, Ypos, field name or system assigned number, font, text 
  55.   formatting, such as: left, right, center, decimal align or fully 
  56.   justified.  When used with PrintWorks, your customers preview and print
  57.   forms filled with data from within your Visual Basic application.
  58.  
  59.  
  60.                         *** PrintWorks VBX ***
  61.  
  62.   Files included: PWDLL.DLL, DMWIN.VBX, DMWIN.HLP
  63.       TESTn.EXE, TESTn.*, WMF, TF, TFL, BMP - are used for the demo.
  64.  
  65.   TEST1.EXE and TEST2.EXE are demos programs.  To run the demos, either 
  66.       click TEST1.EXE and TEXT2.EXE from the Windows File Manager, or 
  67.       create a Program Item on the Windows desktop using DESIGN.ICO for 
  68.       the icon.
  69.  
  70.   DMWIN.HLP is the help file.  Click this file from Windows File Manager  
  71.       to read.
  72.  
  73.   TEST1.EXE consists of 8 controls.  Make sure TF, TFL, BMP and WMF files
  74.       are in your working directory to run the demos.  TEST1.EXE 
  75.       demonstrates the following:
  76.  
  77.         Line objects, direct API calls
  78.         Three-D Bar, Bitmaps, starting Preview close up
  79.         Three-D Pie
  80.         Fonts and formatted text
  81.         Rotated Text, PrintEvent and PreviewingClosing custom events
  82.         Multiple pages, Forms, Templates, Data Fields, Metric units,
  83.                 Landscape orientation
  84.         Invisible control
  85.  
  86.   TEST2.EXE demonstrates using the control as a picture window. 
  87.       Command buttons show how to zoom in and out, and how the scroll 
  88.       bars automatically appear when needed.  This demo also shows how 
  89.       the PrintDocument property can be used with the control as a picture
  90.       window to create your own custom preview window.
  91.  
  92.  
  93.   Using PrintWorks VBX
  94.  
  95.   PrintWorks is a custom control that greatly simplifies creating, pre-
  96.   viewing and printing documents of all kinds.  When used with Visual
  97.   Forms/WIN, your users can preview, print and FAX forms filled with
  98.   data from within your program.  
  99.  
  100.   PrintWorks creates the output by actually drawing it, not by using 
  101.   graphics controls or executing a form print. PrintWorks uses the graphics 
  102.   capability of the Windows API to create scalable matafiles to represent 
  103.   each page.  This results in using less resouces and is the most efficient 
  104.   method to preview and print while at the same time produce the highest 
  105.   quality output.  Preview and print multiple pages with different
  106.   orientations (portait and landscape) and units of meassure (inches and
  107.   metric).
  108.  
  109.   There are approximately 90 properties to create customized forms and 
  110.   reports containing formatted text (including wordwrap and decimal align), 
  111.   lines, circles, rectangles, graphics, and arcs. The hMetaDC property 
  112.   contains the metfile device context allowing you to access the Windows 
  113.   API directly so that you can add your own routines.  You can also save 
  114.   PrintWorks metafiles to disk to use with other applicaitons. Use as a 
  115.   command button, a picture window or make invisible.
  116.  
  117.  
  118.   For more information contact:
  119.   Bytech Business Systems, Inc.
  120.   5C Medical Park Dr.
  121.   Pomona, NY 10970
  122.  
  123.   (914) 354-8666
  124.   (914) 354-5433 FAX
  125.   74577,1032 CompuServe
  126.